metinique / Profile
metinique
Added topic Mql5 the EA Works Correct on Backtest but on Live It's Having Different Behaviour, Not Respecting Rules.
Hello , so i got a situation with my one of my EAs , so basically on the backtest everything works fine, trades are set to be when they should and closed when they should , but on live trading , the bot is not setting trades to be , and is not
metinique
Added topic how far back a trading strategy should be profitable to be valid ?
Hi, i got a few strategies developed and coded by me, i test them to be profitable for the last 7 years (2018-2024 included). i now have a strategy in my hands that is decently profitable 2016-2024 but is not profitable 2012-2015, is that a reason to
metinique
Added topic Return monday range but starting from 3am
So i made a strategy wich uses data gathered by me manually , and for this i need my EA to calculate on tuesday morning (3am ) my monday range (high-low) but doing this taking into consideration only the candles printed starting from 3 am ( server
metinique
Added topic every tick data vs every tick based on real ticks
Hi , i am currently testing my algo on XAUUSD , my strategy is based on how the candles close, my entry is done only after the candle is closed , and also my exit rules are as follows: one tp ,one stoploss , and 3 more rules that close the trade
metinique
Added topic Hi , i am wrestling with me ea to open a new position after it sets the initial one at be
As you can see in my code i tried to use isPosOpen to make my ea stop opening more than 1 trade when the conditions are met, but i failed when i tried it to use it to stop my bot to open more than 1 trade when the prev trade is set to be. My
metinique
Added topic How to get the high and low of Monday.
Hi , i am new to coding with mql5 and i struggle to find a way of returning the monday high and low . I don't even know where to start from to be honest. Thank you
: