Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 03:30:14 +0000



Post From: Custom MA Crossover

[2018-02-06 13:13:55]
jimskin - Posts: 127
Just a couple of issues I noticed. I'm assuming the source code is available for the Study Subgraph Crossover. I found tradingsystem.cpp in the /ACS_Source/ file.

Is it possible to display Up and Down arrows rather than the round dot Subgraph images above/below the bars? And also adjust the distance between the price bar and the Subgraph image. I tried the other Draw Style options but it looks like it's only possible to have round dot Subgraph images with the Point On Low/High options.

I'm using the 'Evaluate On Bar Close Only: No' setting but if Line 1 crosses Line 2 multiple times (up or down) there are multiple Subgraph images drawn on the chart. Would it be possible to have one Subgraph image (Buy or Sell) drawn that changes (switches) in real-time (on the current bar) depending if Line 1 is above/below Line 2. At the moment as soon as a Subgraph image is created it is permanent which means there are lots of false signals left on the chart when the next bar is created. I've had that modification done in MQL4. Thanks