@kayzworld i have never uploaded pipfinite indicator before , but the procedure sould be same as any other indicator , (except if this one has enum parameters for the values that are to be used in the ea)
perhaps if you could share what exactly is the issue that you are facing , i maybe able to help , or maybe someone else will , but its best you share the issue you are facing
Posts made by Zackry
-
RE: If you have successfully used pipfinite pro trend in your EA, please come to my rescue dicatorposted in Questions & Answers
-
RE: Help meposted in Questions & Answers
@nguyen-bac i also noticed such red warning in my recent EA's but everything works fine for me even with these errors , it just appear the moment i start the backtest , (i guess it appears on the first tick)
-
RE: How do I set up a push notification to let me know a trade has been opened?posted in Questions & Answers
@dicky you do need to make adjustments in the phone notification block , as far as i am aware, you will need to select what values you want to receive in the phone notifications
-
RE: RANDOM NUMBERSposted in Questions & Answers
@miro1360 absolute perfection , thanks a bunch , it works like a charm.
-
RANDOM NUMBERSposted in Questions & Answers
is there any way to generate random numbers ranging between 10 to 100
-
RE: Chart modified Blockposted in Questions & Answers
@l-andorrà
will do

yep it works , just by catching the current timeframe and then comparing it with the previously stored timeframe -
RE: Multiples on pip any ideaposted in Questions & Answers
@bob-2 here : https://fxdreema.com/shared/PUgPOgC3b
i hope this helps -
RE: Multiples on pip any ideaposted in Questions & Answers
@bob-2 store the loss pips in variable, and add 5 pips in that variable, after that use that variable as custom pips
-
RE: Chart modified Blockposted in Questions & Answers
@xfire hi, i am not trying to change the timeframe, i am trying to make the ea detect when the timeframe is changed manually by clicking "m1, m5, m15 , m30, h1, h4 etc"
-
Chart modified Blockposted in Questions & Answers
in "on chart" tab there is a block called "chart modified" it does not have any description , can this block be used to detect the timeframe change ? i mean if i manually change the timeframe from lower to higher or higher to lower , can this block be detect that?
and what other chart modification this block can detect? -
RE: how to achieve this?posted in Questions & Answers
@l-andorrà you are right

@roar can you please take a look here -
RE: fxdreema timer is a bit slowposted in Questions & Answers
@l-andorrà well the "on timer" is really useful specially in case of slow markets, and time oriented strategies, but the only issue is this lag in the timer
@FXDREEMA are you aware of this issue? Or maybe I am doing something wrong?
-
RE: how to achieve this?posted in Questions & Answers
@l-andorrà well I really don't think I could achieve this on my own

All I know is this could be achieved via loop, just as you said
Other then that I am totally clueless -
fxdreema timer is a bit slowposted in Questions & Answers
has someone ever noticed , fxdreema timer is a bit slow ?
i mean if you use it for longer period of time then it lags behind , for example if you start the stopwatch or count seconds using clock in the computer you will see that when 200 seconds pass the fxdreema timer shows that only 180 seconds have passed , it lags more if you count more , for instance if its 20 sec behind over 200 sec period , it will be 25 sec behind over 300 sec period , over 30 to 35 secs behind on 400 sec periodi am not using the on tick tab
i am using the on timer tab and set the once per second block , and i also set the timer from settings to 1 second from 60 seconds -
RE: how to achieve this?posted in Questions & Answers
@l-andorrà well i think the logic will be independent of the next candle ,
i havent actually come up with a logic ye but i intend to make few amendments, like adding CCI and RSI in the calculations as wellbut before coming up with the logic , i wanted to know if its possible or not
-
RE: How to make this dropdown menù?posted in Questions & Answers
@ambrogio did you managed to get it right ?