This is currently being verified.
post1295531767.html#p1295531767
Please wait a little longer.
Please let us know if there are any problems.
Objective
- The system of FNC_DB2 will be substantially modified under the policy of "Stress-free earning".
- The system will be modified to improve the trading accuracy of EA.
Overview
- The timing of signal decisions and buy/sell orders is changed from fixed time to waiting for the changeover to a new candlestick.
Before change
- Signals are determined without waiting for a new candlestick to occur.
- The display of each signal updates the signal at the set time. "Sending interval minutes" and "Judge Delayed seconds" are used.
- The display of entry/exit signals is updated at one-second intervals.
- Entry/Exit orders are placed at the set time. Use "Entry/Exit TimeFrame" and "Entry/Exit Delayed seconds".
- You can set whether or not to enter with old past signals. Use "Ignore past entry signals".
- Each works independently and is not linked to the other.
After change
- Signals are determined by waiting for a new candlestick to occur.
- The display of each signal updates the signal with the set time frame. Use "TimeFrame". "Sending interval minutes" and "Judge Delayed seconds" are not available.
- Entry/Exit signals are updated on the set time axis. Use "Entry/Exit/Alert time frame".
- Entry/Exit orders are placed at the set time frame. Use "Entry/Exit/Alert time frame".
- Do not enter with old past signals. "Ignore past entry signals" cannot be used. (*1)
- The number of orders per time frame is one for each buy or sell, regardless of the conditions of the trading strategy.
- If the signal is old (not updated), the color will be changed. Use "Waiting color for signal update".
- If the signal status is different from the previous status, the color is changed. Use "Signal changed color". (*2)
- Each works in conjunction with the other.
- When the signal is determined by the current candlestick, it is every 1 minute on fixed time. "Fixed, one minute."
(*1)
- The EA operating specifications assume that this system (FNC_DB2, FNC_DB2_EA_010) is running continuously.
- If this system is restarted, you may think it is a bug.
- We omit the explanation because it is not easy to explain. If you have any concerns, please post them.
(*2)
- The changed color will continue for the set time frame. If "None" is set for the color, the function is disabled.
- If this system is restarted, the color will be restored.
Notes.
- Incompatible with previous versions.
- The "Entry/Exit TimeFrame" parameter in "FNC_DB2_EA_010" has been deleted.
- Instead, "Entry/Exit/Alert time frame" parameter is added to "FNC_DB2". The default value is 15 minutes.
- If you are using EA, please be sure to set "Entry/Exit/Alert time frame".
- Various indicators/EAs have been removed. Please post if necessary.
- The simulation indicator "FNC_DB2_Simulation" has been removed. Please post the name of the indicator to be simulated if necessary.
Deleted
- 「FNC_DB2_EA_AwfullySimple」
- 「FNC_DB2_Simulation」
- 「FNC_CCFp」
- 「FNC_CSS」
- 「FNC_Ku-chart」
- 「FNC_Candle」
- 「FNC_SignalBox」
- 「FNC_SignalManually」
- 「FNC_TradingSymbols」
- 「FNC_HL_LH」
- 「FNC_HnS」
Added
- 「FNC_SSL_eAvg_ns」(SSL (eAverages + ns))
- 「FNC_market_indicadorespro」(market indicadorespro)
Miscellaneous
- Changed the version notation.
Happy side effects
- The process from signal creation to placing a buy or sell order is now faster.
- You can also consider 1-minute trading strategies.
Improvement required
- It is more CPU intensive than before. But the operation is smooth.