EA is interesting but I have a problem with this EA and all EA's is that you add a Risk parameter and in this EA specifically as we can't adjust the batch and this is automatically done with the Risk parameter if I set the risk parameter to 1% with a back testing capital of 1000 it will open 1.00k. lots, as I increase the risk it will open larger lots if EA testing on index and future markets see that it causes this batch error , in these markets the initial lot is usually 1.0 but not 1.00K as EA does. Please could you help by telling me what to change in the code so it can work properly?
EA is interesting but I have a problem with this EA and all EA's is that you add a Risk parameter and in this EA specifically as we can't adjust the batch and this is automatically done with the Risk parameter if I set the risk parameter to 1% with a back testing capital of 1000 it will open 1.00k. lots, as I increase the risk it will open larger lots if EA testing on index and future markets see that it causes this batch error , in these markets the initial lot is usually 1.0 but not 1.00K as EA does. Please can you help by telling me what to change in the code so it can work properly?
I don't understand anything.
On what symbol, on what timeframe and with what settings are you running EA? I need two screenshots from the terminal, from the"Strategy Tester" window: you need the "Settings" and "Inputs" tab.
I don't get it.
On what symbol, on what timeframe and with what settings do you run the Expert Advisor? Two screenshots from the terminal, from the " Strategy Tester " window: you need the "Settings" and "Inputs" tab.
EA configurations below, backtesting 1000 balance, Risk 1%, index market.
EA configurations below, backtesting 1000 balance, Risk 1%, index market.
I don't have such symbol "win$n" - so I can't check it. If you want - you can provide login and password of INVESTOR, I will take a look.
I don't have such symbol "win$n" - so I can't check it. If you want - you can provide INVESTOR login and password, I'll take a look.
There is a way to solve this! You just need to add a way to the code to start calculating the lot from "1 lot" instead of "0.01". This is for all markets that can only start from "1 lot", this already solves the problem. If you post the code that needs to be changed or added here, I can do it!
There is a way to solve this! You just need to add a way to the code to start calculating the lot from "1 lot" instead of "0.01". This is for all markets that can only start with "1 lot", this already solves the problem. If you post the code that needs to be changed or added here, I can do it!
Sorry, I don't have a way to check on the "win$n" or "WIN$N" symbol. The solution is only above: investor password and login.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
TrueSort_1100:
The Expert Advisor waits when the lines of MA(10), MA(20), MA(50), MA(100) and MA(200) get arranged one above the other (or one below the other).
The EA has been tested in the "Every Tick" mode on two timeframes: H1 and D1. The following settings were used on H1: Stop Loss = 30, TakeProfit = 90. Settings on D1: Stop Loss = 50, TakeProfit = 150.
EURJPY,H1 StopLoss 30 TakeProfit 90:
Author: Vladimir Karputov