Example projects that you can touch

Click on any picture to load the exaple project below it. All examples here can be modified and exported as a source or compiled file. Refreshing the page resets them all

  • Buy when there is no trade 
  • Sell on each new candle 
  • Buy-Sell-Buy-Sell on opposite conditions 
  • Parabolic SAR reversals 
  • Working with Fractals and other arrow indicators 
  • Expert Advisor with 3 Moving Averages 
  • Heiken-Ashi Indicator 
  • Blocks execution order 
  • Using areas to visually group multiple blocks 
  • Disable blocks without disconnecting them 
  • AND logic 
  • OR logic (natural) 
  • OR logic (using OR block) 
  • Waiting for blocks to pass: Two crossovers 
  • Init, Tick, Deinit 
  • Trade 
  • Timer 
  • Chart 
  • Crossover: Indicator vs Indicator 
  • Crossover: Price vs Indicator 
  • Crossover: Price vs Indicator - alternative method 
  • Trailing stop 
  • Trailing pending orders 
  • Custom loop: How to use "For each Trade" 
  • Custom loop: Trailing Stop 
  • Custom loop: Trailing pending orders 
  • Add to Volume (every 10 pips) 
  • Partially Close (every 10 pips) 
  • Bucket of Trades 
  • Get chart object's attribute (object picked by name) 
  • Get chart object's attribute (object picked in loop) 
  • Constants (Inputs) 
  • Variables 
  • Formula block 
  • Trace - inspecting PSAR indicator values 
  • Trace - multiple values 
  • Trace Activity - check when does a given block pass 
  • Once per bar - limiting Condition signals 
  • Pause the Tester to inspect important events 
  • Wrong: Closing rule 
  • Wrong: New trade on every tick