Store
Algorithms
Indicators
cBots
Plugins
Add new algorithm
Algo Consultants
Help
cTrader Help Centre
cTrader Automate API
FIX API Guides
Open API
Jobs
Get cTrader
Get cTrader
Not logged in
Log in
Sign up
NI
nilesh.parmar3358
@nilesh.parmar3358
1 follower(s)
0 following
1 subscription(s)
Stats
Algorithms
Forum
Followers
Following
Subscriptions
Followers
Following
Subscriptions
Warning!
This section will be deprecated on February 1st 2025. Please move all your Algorithms to the
cTrader Store catalogue.
Free
moving average
0
0
2023
by
nilesh.parmar3358
19 Jan 2023, 20:26
from datetime import datetime import backtrader as bt # Create a subclass of Strategy to define the indicators and logic class SmaCross(bt.Strategy): # list of parameters which are...