@narsha here you go, 99% quality https://tickstory.com/product/tick-data-suite/
for free version you can download only one year at time
Best posts made by ambrogio
-
RE: High quality dataposted in Questions & Answers
-
RE: Forum updateposted in Questions & Answers
@make_123 please, stop typing here and there at random, this topic "forum update" was started by another person.

Go to "Question & Answer" and create your own "New Topic".

-
RE: How to convert price fraction to pips?posted in Questions & Answers
@drewinbrissie Hello, use value as pips

and these are two forum's links to how to setup the pip size rules field
https://fxdreema.com/forum/topic/10681/take-profit-and-stop-loss-for-xauusd/2
https://fxdreema.com/forum/topic/10660/lot-size-calculation-issue-for-single-digit-after-decimal/3 -
RE: Take profit and stop loss for XAUUSDposted in Questions & Answers
@jong_ambonese Hello! You need to set the pip size in the project option based on the quotation by your broker

This is an example of setup https://fxdreema.com/forum/topic/10660/lot-size-calculation-issue-for-single-digit-after-decimal/6
-
RE: CUSTOM INDICATOR AND NORMAL INDICATORSposted in Questions & Answers
@Chen-7 Start putting candle ID1 where needs. However, it is very rare that the arrow occurs at the same time as the stochastic crosses its values. That's why less trades

-
RE: Saving variables for reference use?posted in Questions & Answers
@tec-nacks said in Saving variables for reference use?:
@ambrogio it is 3 wicks of 3 different candles.
should be like this, i didn't test


-
RE: How to get level of price of channels?posted in Questions & Answers
@sktsec good! i'll work around on it starting from your suggestion. thank you!
-
RE: Why code blocks get executed on on Tick tab but not on on Timer tabposted in Questions & Answers
@trader-philipps I didn't look at your project, but last weekend I noticed that some blocks in" on timer " tab don't work in baktest but in demo/real yes, does this help you?
Do closed and/or open markets influence? Brokers server on/off? -
RE: Why does EA not apply offset properly???posted in Questions & Answers
@James-d in the "grid pending order" the offset value (from the current price) is added to the grid space value. So put the offset to 0 .
-
RE: How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers
Remember to specify candle ID1 inside rsi condition block
-
RE: Working With Awesome Oscillator And Accelerator Oscillatorposted in Questions & Answers
@lanrayy Hello, here you go: this is for buys, make the reverse for sells

-
RE: Apply a template?posted in Questions & Answers
Pay attention, if you load the template by EA, the EA will be removed instantly.
-
RE: RSI 50 CROSSposted in Questions & Answers
@fortune-na split the "no position" block, one for no buy and one for no sell. Also put candle ID1 inside the RSI condition blocks
-
RE: How to set a moving average with RSIposted in Questions & Answers
@Piet-Pompies damn, i'm sorry, maybe there is the mq5 version also on mql5 site
-
RE: My robot gets the volumes wrong, please helpposted in Questions & Answers
@OmidRezazadeh You are using martingale, put running trades only

-
RE: Strugling with automatic validation mql5posted in Questions & Answers
@Byens said in Strugling with automatic validation mql5:
this is input, i tried to set 10 , not working too. Error 28 order openedI think I didn't explain myself well in my post above. The mql5 com site software that checks the product before publishing, forces this input and all other inputs. You have to put a hidden limit number in your code to prevent this.
-
RE: Connecting multiple conditionsposted in Questions & Answers
please, first, check the journal of strategy tester.
-
RE: Urgent: ATR Stop Loss values wrongposted in Questions & Answers
This is my current settings

i think the difference is because the block calculate for stop loss the high (or low) value of candle ID 1 while the adjust field add (or subtract) the exact value of ATR in the same moment as the order is opened (so ATR value on candle ID0)
