英语翻译Advanced Tip:“Working with Series Arrays”As a memory optimization,EasyLanguage automatically determines if a prior valueof any element of an array is accessed at any point in the trading strategy,analysistechnique,or function,and then

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 06:46:47
英语翻译Advanced Tip:“Working with Series Arrays”As a memory optimization,EasyLanguage automatically determines if a prior valueof any element of an array is accessed at any point in the trading strategy,analysistechnique,or function,and then

英语翻译Advanced Tip:“Working with Series Arrays”As a memory optimization,EasyLanguage automatically determines if a prior valueof any element of an array is accessed at any point in the trading strategy,analysistechnique,or function,and then
英语翻译
Advanced Tip:“Working with Series Arrays”
As a memory optimization,EasyLanguage automatically determines if a prior value
of any element of an array is accessed at any point in the trading strategy,analysis
technique,or function,and then,if required,stores the historical values for the array.
EasyLanguage stores only as much history as it needs to fulfill the MaxBarsBack
setting.For example:
Value1 = MyArray[5][10] * 1.05;
Value2 = MyOtherArray[6] - Value1 ;
Plot1( Value2 );
The indicator stores all the prior values of MyArray,given that a historical value of
the array is referenced in the first line.The variable Value2 and MyOtherArray are
both simple,thus historical values for this variable and array are not stored.
In other words,arrays can be either series or simple structures.This is important
when you want to access the values of array elements from third-party languages
through DLLs because depending on the state of the array,there will be more or less
historical data stored than you require.In this scenario,you can force an array to be
a series array by referencing a previous value of an element in the array in your
trading strategy,analysis technique,or function (i.e.,by using a ‘dummy’ statement).
Or,you may want to consider working with functions; you can force a function to be
a series function.Refer to the next section in this chapter titled,“Understanding User
Functions” on page 44 for more information.

英语翻译Advanced Tip:“Working with Series Arrays”As a memory optimization,EasyLanguage automatically determines if a prior valueof any element of an array is accessed at any point in the trading strategy,analysistechnique,or function,and then
we need bonus

神啊,这样的稿子叫网友翻译啊。自己拿稿费是吗?

这不光考英语水平 还得有这方面的专业知识啊- -。。Series Arrays是函数么。。。是的,是序列数组的意思。。。不好意思 麻烦你了。。
全翻译是挺纠结人的,麻烦只要把你们能看懂的翻译一下就好了。。谢谢!我本来想挑战一下的 但是发现我怂了 你自己加油哈 加油加油别阿。。看懂多少翻译多少就行。。。...

全部展开

这不光考英语水平 还得有这方面的专业知识啊- -。。Series Arrays是函数么。。。

收起

先进的提示:“系列阵列的工作”
作为一个内存优化的自动确定,如果以前的值
的任何元素的数组是在交易策略的任何点访问,分析
技术,或函数,然后,如果需要的话,存储阵列的历史价值。
易语言只存储尽可能多的历史需要实现最大吧
设置。比如说呢。
value1 = MyArray [ 5 ] [ 10 ]×1.05;
value2 = myothera...

全部展开

先进的提示:“系列阵列的工作”
作为一个内存优化的自动确定,如果以前的值
的任何元素的数组是在交易策略的任何点访问,分析
技术,或函数,然后,如果需要的话,存储阵列的历史价值。
易语言只存储尽可能多的历史需要实现最大吧
设置。比如说呢。
value1 = MyArray [ 5 ] [ 10 ]×1.05;
value2 = myotherarray [ 6 ] - Value1;
Plot1(2);
指示存储MyArray的之前所有的值,考虑到历史的价值
数组的第一行的参考。可变value2和我其他的阵列
简单,因此历史值对于这个变量和数组不存储。
换句话说,阵列可以串联或简单的结构。这是很重要的
当你想要访问数组元素的值从第三方的语言
通过DLL,因为根据数组的状态,将有更多或更少
比你需要的历史数据存储。在这种情况下,你可以强迫一列要
在你通过引用数组元素的前一个值的一系列阵列
交易策略,分析技术,或功能(例如,通过使用一个“虚拟”的说法)。
或者,您可能需要考虑使用功能;你可以强迫一个函数是
一系列功能。参考下一节的标题,“了解用户
更多的信息在44页的功能”。
翻译的比较差。你是在哪里看到的?

收起