Blackriver67
Blackriver67
Vienna
Blackriver67
Added topic 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
Blackriver67
Added topic 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
Blackriver67
Added topic 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
Blackriver67
Added topic 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()
Blackriver67
Added topic 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
Blackriver67
Registered at MQL5.community
Blackriver67
Added topic 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