- Search Crypto Craft
- 424 Results (71 Threads, 353 Replies)
-
chimoong replied Feb 3, 2020Thanks Rockit, I'm studying and trying to understand your codes now. It should work accordingly, thanks again.
Need help: ATR Value for Past / Yesterday's Specific Time
-
chimoong replied Feb 3, 2020Thanks Rockit. I just tested the codes (server time now is 14:xx), the atr2100 / atr2200 / atr2300 are dynamic values when time pass by. What I intend to get is the bar21 / bar22 / bar23's ATR value, a fixed ATR value.
Need help: ATR Value for Past / Yesterday's Specific Time
-
chimoong replied Feb 3, 2020Hi Rockit, you're always helpful, could you please give the example codes ? Thanks
Need help: ATR Value for Past / Yesterday's Specific Time
-
Need help: ATR Value for Past / Yesterday's Specific Time
Started Feb 3, 2020|Platform Tech|9 replies
Hi, I need help. How to get the ATR value for yesterday's specific H1 bars of 21:00, 22:00, ...
-
ATR value for yesterday's specific time
Started Feb 2, 2020|Platform Tech|0 replies
Hi, I need help. How to get the ATR value for yesterday's specific H1 bars of 21:00, 22:00, ...
-
chimoong replied Nov 28, 2019Can anyone show me the codes to compute (because I have no clue how to work on it) :- Last month's account balance (so that I can work on the (current balance - last month's account balance) / last month's account balance X 100 = performance (in %) ...
Need Help with Simple Coding
-
chimoong replied Nov 28, 2019Thanks Beerrun for your explanations, I'll study it ...
Need Help with Simple Coding
-
chimoong replied Nov 22, 2019Thanks Rockit, at my coding knowledge level at this moment as a newbie, honestly, I don't really understand your script codes. Anyway, I'll keep it, whenever my coding skills are improved, by the time I should be able to understand. Thank you again.
Need Help with Simple Coding
-
chimoong replied Nov 22, 2019Hi Beerrun, after seeing your message, I tested an EA accordingly with :- 1) EventSetTimer(5) in OnInit() block. 2) EventKillTimer(); in OnDeinit(const int reason) block. 3) There are numerous functioning codes in OnTick block. 4) Put "OnTick();" in ...
Need Help with Simple Coding
-
chimoong replied Nov 22, 2019Hi Rockit, my focus is yet on EA rather than on script as a script is only an one-time execution (but it is good to use a script for my testing and for my understanding) but EA is an ongoing mission for my trading activities.
Need Help with Simple Coding
-
chimoong replied Nov 22, 2019Hi Rockit, noted with thanks for your advice, anyway, Quants has already given me the solution. Thanks again.
Need Help with Simple Coding
-
chimoong replied Nov 21, 2019Hi One day!, there are so many kind coders in FF that willing to teach me, I've learned something from you today. FYI, why the topic of OnTimer() comes into picture for my coding consideration, this is because I ever discussed with a coder that I'm ...
Need Help with Simple Coding
-
chimoong replied Nov 20, 2019Thanks Quants. FYI, I started to learn programming on 15 Oct 2019, prior to that, I don't even know what is extern, input, ++, --, ==, !=, etc., LOL, no joke, I've no programming background at all, but I'm a hardworking type and can learn new things ...
Need Help with Simple Coding
-
chimoong replied Nov 20, 2019Hi Quants, I have a question to seek your advice. As per above, there are two portions of the coding (1) non-OnTick block and (2) OnTick block codes. int testFunction() { if(Exit_Only==1) return(1); (I'll have complicated formulas and calculations ...
Need Help with Simple Coding
-
chimoong replied Nov 20, 2019Hi ionone, thanks so much for your encouragement, I feel positive energy. I'm glad that there are many helping and kind coders in FF.
Need Help with Simple Coding
-
chimoong replied Nov 20, 2019Thanks Quants. I will gradually pick up the coding knowledge soon.
Need Help with Simple Coding
-
chimoong replied Nov 20, 2019From my understanding, declaration will be situated in non-OnTick section and the function operation will be situated in OnTick section (Comment). Your statement "calling Comment multiple times" is confusing me. From my logic understanding, the ...
Need Help with Simple Coding
-
chimoong replied Nov 20, 2019Many thanks, it is working now without a warning message. If you do not give me the answer, it is impossible for me to find a solution for the rest of my life, LOL. It is funny that OrderSelect returns boolean, i.e. I need to see if OrderSelect ...
Need Help with Simple Coding
-
chimoong replied Nov 19, 2019Honestly Quants, I don't know what to do with your suggested answer, LOL. In fact, my above script is a full script, it is working as there is no error per attched picture, but MetaEditor shows a warning message of "return value of 'OrderSelect' ...
Need Help with Simple Coding
-
chimoong replied Nov 19, 2019Many thanks Quants, you're very kind. As a beginner, using Comment is the most simplest way to start with, but when come into in-depth practicality such as complicated calculations, it will be called multiple times non-stopped per tick basis rather ...
Need Help with Simple Coding