Draken / Publications
Forum
Add buffer/signal to a custom indicator
Hello! I found a RSI Divergence indicator that someone had built (custom indicator). I tried to make my EA buy when the indicator drew bullish flags and sell when the indicator drew a bearish flag. I solved this by detecting when the objects (a line and an arrow) was created. But this only works
MetaTester 5 Agents Manager Linux Wine Problem
Hello! I am trying to use my secondary PC as part of my local network farm (which can be found on the Agents Tab in the Strategy Tester ). On my secondary PC I use Wine to start MT5 and the Metatester Agents Manager. I have successfully dowloaded MT5 on the secondary PC and it works to do
Synthetic symbol bad history MQL5
Hello! I am trying to make a syntetic custom symbol in MQL5. The symbol is a spread-graph of Nasdaq 100 Tech and Dow Jones. The formula is: (("ND100Tech_Tickstory_1_Digits" * 2.2229 ) / "DJ_Tickstory") *100.0 I multiply by 2.2229 to get the value around 1 and then multiply by 100. I attached a