User Tools

Site Tools


forex:ideas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
forex:ideas [2022/12/09 22:48] peterforex:ideas [2023/06/28 23:55] (current) peter
Line 82: Line 82:
 ---- ----
  
 +<code cpp>
 double iclose15 = iClose(NULL, PERIOD_M15, 1); double iclose15 = iClose(NULL, PERIOD_M15, 1);
 double ima15 = iMA(NULL, PERIOD_M15, 60, 0, MODE_SMMA, PRICE_CLOSE, 1); double ima15 = iMA(NULL, PERIOD_M15, 60, 0, MODE_SMMA, PRICE_CLOSE, 1);
Line 96: Line 96:
 double ibandsU60 = iBands(NULL, PERIOD_H1, 26, 2, 0, PRICE_CLOSE, MODE_UPPER, 1); double ibandsU60 = iBands(NULL, PERIOD_H1, 26, 2, 0, PRICE_CLOSE, MODE_UPPER, 1);
 double ibandsL60 = iBands(NULL, PERIOD_H1, 26, 2, 0, PRICE_CLOSE, MODE_LOWER, 1); double ibandsL60 = iBands(NULL, PERIOD_H1, 26, 2, 0, PRICE_CLOSE, MODE_LOWER, 1);
 +</code>
 +
 +----
 +
 +identify trends, patterns, and signals that help us make informed trading decisions. 
 +
 +calculations for market volatility, trend strength, and the probability of successful trades.
 +
 +standardizing, normalizing, and removing outliers.
 +
 +prevent over fitting. 
 +
 +risk management and continuous monitoring.
 +
 +capital management strategies to control risks and maintain stability in trading. 
  
forex/ideas.1670626122.txt.gz · Last modified: 2022/12/09 22:48 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki