Blackriver67 / Publications
Forum
export strategy tester trades to csv?
Hi all, I am working on a little function within an EA which writes a trade log file and calculates some additional key figures per trade like winning potential, loss potential, achieved Risk/Reward etc. It works fine for real trades but I was asking myself how to write trades from the tester to the
Draw Arrows for Trade Entry and Exit Signal
Dear all, I am working on an index (see code below) which should draw arrows for trading signals which are based on calculations on the enty timeframe (e.g. H4) and on higher timeframes (e.g. D1 and W1). Under the bottom line it should draw certain arrows for different typs of entry signals and if
Display Arrow from HTF Indicator
Hi all, I have spent days searching the forum and code base but could not find a hint... What I want to do is display an arrow on a e.g. H4 chart (entry TF) if some H4 indicators have the right value and iOsMA(W1) > 0 && iOsMA(D1) >0. Any help or hint is highly appreciated. Thanks all
ChartSymbol() Access Violation
Hi, I was playing around with Chart Operations because I want create a script which applies a certain template to all open charts... I use this script below as a first test to get info from all open charts but the ChartSymbol() and ChartPeriod() functions only work for the current chart. if I use
change color of objects automatically
Hi there, I have been using MT4 for quite some while and do also some minor MQL4 programing. This brings me to my question because I have not found anything relevant within the MQL4 community: Is it possible to make a script, where the script searches for graphical objects like rectangles and
Hide Indicator in DataWindow
Hi Forum, I am a newbie here and started programming respectively adopting existing codes on Friday. I have already concluded several custom indicators and now my DataWindow is more than full and I would have to scroll up and down all the time... The question is: is there a possibility to define