@sktsec Awesome thanks! Is there a breakdown to know what number is for which timeframe. like 0 being the current etc?
Posts made by capitalfreedom
-
RE: Using Constants for Timeframeposted in Questions & Answers
-
RE: Using Constants for Timeframeposted in Questions & Answers
https://fxdreema.com/shared/3u6RFQdic The constant in question is the TStart_TF constant. @sktsec i'm not quite sure how i would enter that data type
-
Using Constants for Timeframeposted in Questions & Answers
is it possible to use constants for Timeframe selection. Right now I am receiving undeclared identifier error
-
notify when trailing stop initiatesposted in Questions & Answers
Hello all. I am trying to write into my code to send a notification once the trailing stop is initiated. This is how I have it right now but it sends the notification as soon as the trade is entered and it sends it multiple times depending on how many charts are open. Any suggestions are greatly appreciated
-
“Manual Trade” sizingposted in Questions & Answers
Greetings all. I have come up with a pretty cool way to calculate position sizing on “manual” trades by having a duplicate automated trade be placed simultaneously. Feel free to use this if you like. However I am seeking advice or tips on how I can eliminate the initial manual trade and only place the duplicate automated trade. I was thinking creating a button might do the trick but I would still need advice on how to do so. Any and all suggestions are greatly appreciated. Happy trading https://fxdreema.com/shared/xjyhHsXcc
-
RE: EA won't backtest but works liveposted in Questions & Answers
here is the link to a similar one that works https://fxdreema.com/shared/VoN9UCU2b
-
EA won't backtest but works liveposted in Questions & Answers
Can anyone help me identify why my EA won't test but will trade live. I have other EAs with similar blocks used and it works. So i'm trying to figure this out https://fxdreema.com/shared/8xn4Q02ed
-
RE: auto draw on symbol changeposted in Questions & Answers
i mean dragging a new symbol onto the chart that is currently running the bot. example: chart is running EURUSD and draws Fib i then opt to change the symbol by dragging and dropping a new symbol onto the same chart that is currently running the bot. on mt4 it automatically redraws fib when new symbol its applied but not mt5
-
RE: auto draw on symbol changeposted in Questions & Answers
yes they are. they work the first time but when i drag and drop another symbol on the chart it does not draw again
-
auto draw on symbol changeposted in Questions & Answers
on metatrader4 i am able to change symbols by dragging and dropping onto chart with EA preloaded and it will draw fibonacci each time. however it does not work on init in metatrader 5. Can anyone offer assistance? https://fxdreema.com/shared/RY7JvNbB
-
RE: Optimize constants in backtestposted in Questions & Answers
@drewliedadeuce apologies for all the comments. I am trying to say it is only working on indices and it is not working for forex pairs
-
RE: Optimize constants in backtestposted in Questions & Answers
Actually only seems to be working on Indices and forex pairs. I'm not sure why this may be
-
RE: Optimize constants in backtestposted in Questions & Answers
I stand corrected. It is now working
-
RE: Optimize constants in backtestposted in Questions & Answers
When I try to optimize the constants in the backtester no results come up
-
Optimize constants in backtestposted in Questions & Answers
I am having trouble getting my constants to optimize in backtest
can anyone help? https://fxdreema.com/shared/bGbuohJN -
Play custom sound when closed in profitposted in Questions & Answers
I am wanting to play a custom sound when trade closed in profit. The trade closed block does not quite give this option in the on trade tab. I have identified how to properly used the sound block. However I am having difficulty configuring the close in profit part. Can anyone help?