Requests & Ideas - page 723

 
Info Saintifik #: Now I'm trying to get the same data for:

1. Year Data? 

2. Semester Data, Current are January-June 2024, previous are July-December 2024

3. Market Session Data, in case US Market Session, Current Start on 1500pm-2359pm. previous are same hours on yesterday..

How do I get them, its challenging?

  1. They do not exist. You must calculate them from Monthly (or Daily) charts.(Hourly charts for № 3

  2. On MT4: Unless the current chart is that specific symbol(s)/TF(s) referenced, you must handle 4066/4073 errors before accessing candle/indicator values.
              Download history in MQL4 EA - MQL4 programming forum - Page 3 #26.4 (2019)

    On MT5: Unless the current chart is that specific pair/TF, you must synchronize the terminal Data from the Server before accessing candle/indicator values.
              Error 4806 while using CopyBuffer() - Expert Advisors and Automated Trading - MQL5 programming forum #10 (2020)
              Is it mystical?! It is! - Withdraw - Technical Indicators - MQL5 programming forum (2019)
              Timeseries and Indicators Access / Data Access - Reference on algorithmic/automated trading language for MetaTrader 5
              Synchronize Server Data with Terminal Data - Symbols - General - MQL5 programming forum #2 (2018)
              SymbolInfoInteger doesn't work - Symbols - General - MQL5 programming forum (2019)

 


William Roeder #:

  1. They do not exist. You must calculate them from Monthly (or Daily) charts.(Hourly charts for № 3

  2. On MT4: Unless the current chart is that specific symbol(s)/TF(s) referenced, you must handle 4066/4073 errors before accessing candle/indicator values.
              Download history in MQL4 EA - MQL4 programming forum - Page 3 #26.4 (2019)

    On MT5: Unless the current chart is that specific pair/TF, you must synchronize the terminal Data from the Server before accessing candle/indicator values.
              Error 4806 while using CopyBuffer() - Expert Advisors and Automated Trading - MQL5 programming forum #10 (2020)
              Is it mystical?! It is! - Withdraw - Technical Indicators - MQL5 programming forum (2019)
              Timeseries and Indicators Access / Data Access - Reference on algorithmic/automated trading language for MetaTrader 5
              Synchronize Server Data with Terminal Data - Symbols - General - MQL5 programming forum #2 (2018)
              SymbolInfoInteger doesn't work - Symbols - General - MQL5 programming forum (2019)

Done.. I've implement all of those need with iBarShift... thanks

 

Anyone knows how to fix this error? It's a indicator that was shared in this forum.

 
Kebu Online #: Anyone knows how to fix this error?

Recompile the source code. We can do nothing with the EX4 (deleted).