• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion Help needed to find/modify this indicator.

Rosalina

Member
Credit Hunter
Credits
0
An old friend in soehoe shared this nrp indicator called tcg-dots.ex4 with me. I don't think it is the original name of the indicator but probably another indicator that have been modified and renamed. The indicator prints the value of the buffer on the screen which is very annoying especially when my EA is accessing the indicator's buffer values and needs to print debug comment or trading information on the screen.

1. Does anyone know the original name of this indicator or have the mql4 source code to share ?
2. If you are unable to share the source code, could you remove the debug print ie //comment (buffer[0], " ", buffer[1]); compiled and provide the newly compiled ex4 ?

Thanks in advance.

upload_2024-10-21_20-15-2.png
 

Attachments

  • upload_2024-10-21_20-15-2.png
    upload_2024-10-21_20-15-2.png
    198.1 KB · Views: 426
  • tcg-dots.ex4
    tcg-dots.ex4
    12.7 KB · Views: 84
Please, can you convert this indicator into an expert expert?






-------------------------settings---------------------------

timeframe : 0

sf : 2

rsiperiod : 21

wp : 1.0

dst : 1.0

alertson : true

alertsoncurrent : true

arrowsize : 5

close all in opposite signal : true (If the open trade, for example, buy and was overturned a sell the buy is closed )

lot : 0.01

use risk : true

risk percent : 0.0 (At the amount of $50, the trade open with a lot of 0.01) (100 usd-0.02)(200 usd-0.03)(300 usd-0.04)(400 usd-0.05)........

stop loss on : true

points SL : 40 points

Comment : ++#Squad333++

EAName : #Squad

Magic : 11111
 
Please, can you convert this indicator into an expert expert?

You only have SL. What is your TP ? There is no TP because of "close all in opposite signal : true" ? For eg. in a Buy Entry, there is a SL but there is no TP. If the trade is in profit, the position will be closed when a Sell Signal appears ? Is that what you mean ? If so, if you set ""close all in opposite signal" to false, the profitable position will continue to run without a closure even there is a Sell Signal.




-------------------------settings---------------------------

timeframe : 0

sf : 2

rsiperiod : 21

wp : 1.0

dst : 1.0

alertson : true

alertsoncurrent : true

arrowsize : 5

close all in opposite signal : true (If the open trade, for example, buy and was overturned a sell the buy is closed )

lot : 0.01

use risk : true

risk percent : 0.0 (At the amount of $50, the trade open with a lot of 0.01) (100 usd-0.02)(200 usd-0.03)(300 usd-0.04)(400 usd-0.05)........

stop loss on : true

points SL : 40 points

Comment : ++#Squad333++

EAName : #Squad

Magic : 11111
Please, can you convert this indicator into an expert expert?






-------------------------settings---------------------------

timeframe : 0

sf : 2

rsiperiod : 21

wp : 1.0

dst : 1.0

alertson : true

alertsoncurrent : true

arrowsize : 5

close all in opposite signal : true (If the open trade, for example, buy and was overturned a sell the buy is closed )

lot : 0.01

use risk : true

risk percent : 0.0 (At the amount of $50, the trade open with a lot of 0.01) (100 usd-0.02)(200 usd-0.03)(300 usd-0.04)(400 usd-0.05)........

stop loss on : true

points SL : 40 points

Comment : ++#Squad333++

EAName : #Squad

Magic : 11111
 
An old friend in soehoe shared this nrp indicator called tcg-dots.ex4 with me. I don't think it is the original name of the indicator but probably another indicator that have been modified and renamed. The indicator prints the value of the buffer on the screen which is very annoying especially when my EA is accessing the indicator's buffer values and needs to print debug comment or trading information on the screen.

1. Does anyone know the original name of this indicator or have the mql4 source code to share ?
2. If you are unable to share the source code, could you remove the debug print ie //comment (buffer[0], " ", buffer[1]); compiled and provide the newly compiled ex4 ?

Thanks in advance.

View attachment 165259

Hi, sorry to ask care to share on what kind of ea using on?Thx
 
Back
Top