Forum

how to Speed up Backtests?

Hi, I have a good pc (description below) , there's something i could do to improve the backtest velocity ? My pc : CPU - Ryzen 5 2400 g (overclocked to 3.9 ghz) 8 cores, so 8 backtests at the same time. Ram - DDR4 16 gb 2666 mhz HD - SSD nothing special. Does putting an m.2 ssd would increase

Auto update Optimization results

While doing backtests i must change tab every time I want to update the results on optimization, there's any way to it update every new result ? or any other technique for that. Thanks

Forex time and Backtest operations during Weekends

Hi, I'm new to Forex, and I'm adapting my Day-trade EA to Swing trade on Forex (Exness Broker). What I know is that Forex closes during weekend, right? I don't really understand if I can't operate during weekends. If so, That would result on false results and reports while I'm doing backtests. As

How to avoid Indicator calculations inside a channel?

Hi, Thanks for your attention. I paid a programmer to code me an EA that does analyzes via customs indicators when the price closes out of Keltner Channel . I wish to find a way to avoid indicators calculations when the price is inside the channel, so it could skip useless calculations. Any help is

RSI in Candlestick

Hi, How to put my Indicator RSI to become a candle pattern? so I can store the High and low from movements. Thanks

Include Time Frame as Parameter Input

Hi, Is that possible to include TF as a parameter to my ea? It enter when rsi = x and price is out of keltner, leave when rsi = y. What make me think it can't is that : datetime lastCandle = 0 ; If I use a tf different from the "analyzed" it will try to use a candle as datatime and may not function

Invalid Stops

Hi, My ea is sometimes triggering "Invalid Stops". I believe that's why it calculate the stop value based on my medium price, and in Brazil's index, price always end with 0 or 5. And the Error only appears when finishing with 1,2,3,4,6,7,8 and 9. What should i go to avoid that? Thanks

Use hedge as netting is possible?

Hi, I have an EA that should be used on netting, due to coding specifications , what should i change to make it run on a hedging account exactly equal it runs on netting? Thanks

How to inject order on mt4 without EA via mt5?

Hi, My plan is join an Forex Prop Trader which use MT4, without EX support, and send order via a EA that I have on MT5. I don't know if I can use signals for that. I wish i could use another way to copy all the trades with slow delay. I have no problem requesting an job, i just need to know how it

Ea remove itself from Strategy Test

Hi, I'm testing a robot that i have (ex5 file) and it's leaving the test when reach a time of the first day of test: What could be limiting it? Thanks