treigen

EMA Stoch Strategy For ProfitView

treigen 已更新   
This strategy will enter positions when the set stochastic conditions are met, and uses the moving average to filter the direction of the trades (long/short). The background is used to illustrate the strength of the stochastic values.

The following is a step by step guide in order to automate the trading of the strategy with ProfitView:
  • In the indicator settings, set the desired stochastic and ema values, and the stochastic condition you want to use to enter a trade.
  • In the indicator, set which exchange, symbol, and account to execute trades on.
  • In the indicator, set the PV Alert names you intend to use. If you want to use the same names as provided in the pastebin below, you may set the three names to Market Long, Market Short, TP SL Hit.
  • In PV, create two new PV Alerts in the PV Alert tab in accordance to these specifics https://pastebin.com/b7HAfGHY.
  • On the Tradingview chart you want the indicator run on, create a new TV alert with this script as its condition, and specify the alert to "alert() function calls only".

版本注释:
Added leverage parameter that is added to the alert message for optional usage. Leverage in PV can now be set by adding leverage=_mylev to the order entry line for example
quantity=100% type=market leverage=_mylev
版本注释:
Allow switch from Stoch RSI to plain Stoch
版本注释:
Only place tp/sl exits after position entries instead of every tick
版本注释:
Make stoch values invisibly plotted on the chart to be able to directly read current values
版本注释:
Fixed a bug that was sending tp/sl alert at the same time as position entry if tp/sl was enabled
版本注释:
Dont track trade direction with strategy variables anymore due to complications with sending tp/sl alert
版本注释:
Minor format edit
版本注释:
Minor code cleanup
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?