mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-17 20:58:13 +00:00
16 lines
201 B
Plaintext
16 lines
201 B
Plaintext
/*
|
|
AllSignals.mqh
|
|
|
|
Copyright 2013-2020, Orchard Forex
|
|
https://www.orchardforex.com
|
|
|
|
|
|
*/
|
|
|
|
#include "SignalBase.mqh"
|
|
|
|
//
|
|
// Other signals go here
|
|
//
|
|
#include "Crossover/SignalCrossover.mqh"
|