Csquared / Profile
Csquared
Added topic Feedback on ATR step based trailing stop
This is an ATR step based trailing stop and it works fine in the strategy tester but would like feedback on the SERIES_SYNCHRONIZED and iBarShift checking. Did I do it correctly or am I missing something crucial? Originally I was storing the ATR
Csquared
Added topic Confusion about iClose and CopyRates data syncronization
So I have been reading through https://www.mql5.com/en/forum/451498 and https://www.mql5.com/ru/forum/442814/page2 and from what I understand the iClose/iOpen and things like CopyTime can return wrong values if not synced up and is
Csquared
Added topic Can Someone Please Explain How To Use the New Git Buttons?
I've never used anything related to git or github before because I usually do solo stuff but I would like to learn although I don't want to mess anything up and accident lose days of work. Can anyone please explain how to do it because I tried to
Csquared
Added topic What Template Do You Guys Follow When Creating EAs/Strategies?
For me personally I build strategies based off indicators so I follow something like the darwinex multisymbol template posted on github. I have a bunch of enums for deciding lot size, sl and tp based on ATR, new filter enum, and a bunch of functions
Csquared
Added topic How to Create "Currency Baskets" in MT5?
Hello all, on trading view its possible to create currency baskets like the yen basket (JPYBASKET) but on mt5 I'm not sure how to go about this. I have zero experience in create custom symbols other than downloading tick data from dukascopy so
Csquared
Added topic Is It Even Possible to Create Something Profitable for the 5 Min Timeframe?
Title says it all. I've been through a lot with EA coding and can do multi symbol stuff, custom performance metrics (Calmar Ratio, Avg Weekly R multiple, etc), news filtering. Yet I have never been able to create any profitable system on the 5 min
Csquared
Added topic Is there any workaround for drawing lines on multiple charts in the strategy tester? (Multisymbol EA related)
From my understanding ObjectCreate() can only draw lines on the chart_id which is always the current chart inside the strategy tester . bool CChartObjectVLine::Create( long chart_id, const string name, const int window, const datetime time)
Csquared
Added topic Coding a Step Based ATR Trailing Stop Function
There are some groups of people out there who used a step based ATR trailing stoploss for their trend following systems so I decided to code this since I couldn't find any free source code out there on the mql5 forum. It seems to be working properly
Csquared
Added topic Asking for help when placing trades while [Market closed]
Title says it all, I'm not sure what the most efficient way of doing this is so I am asking here. For EAs that trade on hourly or daily it may try to place trades at 00:00 during/on market close so what is the most efficient way of making wait like 5
Csquared
Added topic Asking for help on how to draw lines for a graphical panel
Good morning everyone, I have created a graphical panel meant for forex traders who want to follow ImanTrading's style of categorical trading. However I cannot seem to get it to draw lines for the take profit and stoploss. I know there are other
Csquared
Added topic Can someone tell me if this indicator is repainting?
So I wanted to use a Bollinger Band Width indicator in mt5 but the only one available for free measured it in a weird ticksize so using it in optimizations or multisymbol EAs is not possible because of the huge difference in values. So I took the one
: