Hi There; I've written a system on EA that hopefully executes multiple symbols concurrently. I=t works perfectly per individual instrument. just need to find a way to execute it properly on multiple symbols. The error starts at ticket 50+ for 2
Hello Is there a way i can create my own class and reference it through an array ? The class is of non-default data types. (int, float, double, etc.) Why i ask. :-) class DataRateStructure { public : double
Hi There; I have a need to calculate 3 bars in M15 range. the last 3 bars including the current bar to make it comfortable. I do not want to rely on Chart component as the user will change the M15 to other ranges periodically and it's part of
Hi There; I have attached my Strategy Tester output on my strategy for easier reading. I ran the data for any given period of time but the tester only provides 1 days of results. ANy tips how i can extend the date with output. the parameters is for a
Hi There; I have the following on my EA / OnTick() void OnTick () { // PositionsTotal() works fine. // Currently have 20 instruments selected in the market. but shows as 0 always :p for (
Greetings, i have a question about running the EA for multiple Financial Instruments simultaneously. I have looked at some examples; and all of them associate a EA to the current selected Instrument for trading. Would it be possible to have 1