forex:ideas
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
forex:ideas [2022/12/09 22:47] – peter | forex:ideas [2023/06/28 23:55] (current) – peter | ||
---|---|---|---|
Line 62: | Line 62: | ||
A reciprocal is when you divide 1 by the number. | A reciprocal is when you divide 1 by the number. | ||
The below table summarizes the rest of the ratios and how we got them: | The below table summarizes the rest of the ratios and how we got them: | ||
- | | + | |
^Ratio^Calculation^ | ^Ratio^Calculation^ | ||
|2.240|1.1618 + 0.618| | |2.240|1.1618 + 0.618| | ||
Line 73: | Line 73: | ||
|0.382|(0.618)^2| | |0.382|(0.618)^2| | ||
+ | |||
+ | * Retrades back either 113.0% or 161.8%. | ||
Line 80: | Line 82: | ||
---- | ---- | ||
+ | <code cpp> | ||
double iclose15 = iClose(NULL, | double iclose15 = iClose(NULL, | ||
double ima15 = iMA(NULL, PERIOD_M15, 60, 0, MODE_SMMA, PRICE_CLOSE, | double ima15 = iMA(NULL, PERIOD_M15, 60, 0, MODE_SMMA, PRICE_CLOSE, | ||
Line 94: | Line 96: | ||
double ibandsU60 = iBands(NULL, | double ibandsU60 = iBands(NULL, | ||
double ibandsL60 = iBands(NULL, | double ibandsL60 = iBands(NULL, | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | 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, | ||
+ | |||
+ | prevent over fitting. | ||
+ | |||
+ | risk management and continuous monitoring. | ||
+ | |||
+ | capital management strategies to control risks and maintain stability in trading. | ||
forex/ideas.1670626058.txt.gz · Last modified: 2022/12/09 22:47 by peter