• 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 I will make a Free EA with your Indicator

Hi Tanaka,
I am getting critical error in EA in backtesting
(TRIANGULAR PRICE CORRECTION.ex4)
Hi, this EA read H1 TF previous bar close price.
Code:
   double l_iclose_48 = iClose(gs_eurusd_144, 0, 1);
   double l_iclose_56 = iClose(gs_euraud_152, 0, 1);
   double l_iclose_64 = iClose(gs_audusd_160, 0, 1);

   double l_price_72 = l_iclose_56 * l_iclose_64;
   double ld_80 = 1.0 * l_iclose_48 / l_iclose_64;
   double ld_88 = 1.0 * l_iclose_48 / l_iclose_56;

If EA fail to read that value (zero), l_price_72 was not able to divided by zero value, so it stops with critical error.
I guess you can change backtest period and it may work or you can just start FT with TF H1 EU.
 
This indicator works very well and can be used for scalping and hedging EA ,please code it and i will test it. We know that every EA is good but the problem is when we have big price movements.So it determine the direction more correctly.
1. Just we are looking for scissors and there will be setup option "how many candles after scissors" it will change the trading direction.
2. Indicator setup menu.
The other functionality of hedging or scalping EA should be preserved.
 
Hi mr. Tanaka,
Well i can see that this is good EA whith a lot options, but can you do something for me .
Can you insert this Indicator , this is rarely repaint but only 2 bar distance for better entry, because this indi is created for another strategy.
Now is 10 : 45am and since 9:00am it indicates buy positions.
Couple bars before lines, there are little scissors which indicates direction changes, after that they changes to lines with green or red dot at the begining of the line. This dot was scissors.
I am sending you 2 pics
1: scissors
2: lines
This is repaint and if you do backtest with slow speed with attached the indicator you will see that red and green dot appear and dissapper.
 

Attachments

Tell mme mr Tanaka did you code 100 % sure EA.
That's why i want to add setup menu "how many candles after scissors to change the direction".
If it repains or not it doesnt matter,because the price going to opposite direction after couple of candles after first scissors.
 
Yes this is the indicator.
I want to insert it to scalping or hedging EA(better hedging) and i want only thisindicator to determine thr direction of the positions.
 
hello master tanaka;
Can you create an EA from the crater file.
use two files as filters.
The crater signal will be read before a candle.
0 = buy
1 = sell
Thank you for sharing your vast knowledge.
 

Attachments

Mr Tanaka i want to remove all indicators from this EA and insert only mine please.I dont need the MACD ,Parabolic,Bollinger Bands and the rest, remove all and insert only mine.
I need a type of option , which would allows me to choose how many candles , after the scissors , the EA would change its direction.
And set up prameters of indicator to be optional.
 
Back
Top