• Prodotti
  • Comunità
  • Mercati
  • Broker
  • Altro
Inizia
Script

mt4

Idee di trading 1
Script 17

Indicatori, strategie e librerie

Qualsiasi tipo
Qualsiasi tipo
Indicatori
Strategie
Librerie
Solo codice aperto
Migliori autori: mt4
03.freeman
03.freeman
Segui Seguito Non seguire più
Peter_O
Peter_O Premium
Segui Seguito Non seguire più
alexgrover
alexgrover Wizard
Segui Seguito Non seguire più
DevLucem
DevLucem Premium
Segui Seguito Non seguire più
TADSYSTEM
TADSYSTEM Premium
Segui Seguito Non seguire più
Alert(), alertcondition() or strategy alerts?
EURUSD: Alert(), alertcondition() or strategy alerts?
Peter_O Peter_O Premium

Variety of possibilities offered by PineScript, especially thanks to recent additions, created some confusion. Especially one question repeats quite often - which method to use to trigger alerts? I'm posting this to clarify and give some syntax examples. I'll discuss these 3 methods in chronological order, meaning - in the order they were introduced to...

292
9
TradingView Alerts to MT4 MT5 + dynamic variables NON-REPAINTING
EURUSD: TradingView Alerts to MT4 MT5 + dynamic variables NON-REPAINTING
Peter_O Peter_O Premium

Accidentally, I’m sharing open-source profitable Forex strategy. Accidentally, because this was aimed to be purely educational material. A few days ago TradingView released a very powerful feature of dynamic values from PineScript now being allowed to be passed in Alerts. And thanks to TradingConnector, they could be instantly executed in MT4 or MT5 platform of...

4904
78
TradingView Alerts to MT4 MT5 - Forex, indices, commodities
EURUSD: TradingView Alerts to MT4 MT5 - Forex, indices, commodities
Peter_O Peter_O Premium

Howdy Algo-Traders! This example script has been created for educational purposes - to present how to use and automatically execute TradingView Alerts on real markets. I'm posting this script today for a reason. TradingView has just released a new feature of the PineScript language - ALERT() function. Why is it important? It is finally possible to set alerts...

734
13
Strategy based on Squeeze Momentum Indicator [LazyBear]
EURUSD: Strategy based on Squeeze Momentum Indicator [LazyBear]
03.freeman 03.freeman

This Strategy is based on LazyBear Squeeze Momentum Indicator. I added some custom feature and filters. You can customize a lot of features to get a profitable strategy. Here is a link to original study. Please use comment section for any feedback. Next improvement (only to whom is interested to this script and follows me): study with alerts on multiple...

2564
33
ZigZag - lucemanb
AUDUSD: ZigZag - lucemanb
DevLucem DevLucem Premium

THIS CODE IS BASED FROM THE MT4 ZIGZAG INDICATOR THE ZIGZAG SETTINGS FOR THE MAIN ONE ON TRADINGVIEW DO NOT WORK THE SAME AS MT4 I HOPE U LOVE IT I have had tons of experience on the ZIGZAG indicator and thought this might help someone. Enjoy this code. Zigzag is a good indicator in many ways and people underestimate it because of its repainting i Started...

876
37
MT4 MACD
EURNZD: MT4 MACD
DevLucem DevLucem Premium

This is a plain macd similar to the one on the mt4 There are extra colors added for visuals Primarily requested by user Sonja. macd // signalline // macdmt4 // mt4macd

349
6
Absolute Strength MTF Indicator
EURUSD: Absolute Strength MTF Indicator
alexgrover alexgrover Wizard

Introduction The non-signal version of the absolute strength indicator from fxcodebase.com requested by ernie76 . This indicator originally from mt4 aim to estimate the bullish/bearish force of the market by using various methods. The Indicator Two lines are plotted, a bull line (blue) representing the bullish/buying force and a bear one (red) representing...

830
15
Currency Strength Indicator
GBPUSD: Currency Strength Indicator
aelius aelius

Simple but effective don't pay $300 for an MT4 indicator when you can use this for free. Feel free to make it your own!

972
15
AB FTMO Price Difference Indicator
US30: AB FTMO Price Difference Indicator
alicanbayar alicanbayar Pro

I know, it was a hassle, calculating each SL and TP values on your MT4 or MT5, after you decide to enter a trade on FTMO (or any other broker really). Especially if your broker values are way off from your TradingView chart. Here's a dynamic dashboard that shows you your entry, stop loss and your take profit values for your trading platform. Just enter...

26
0
TradingView to Meta Trader 4
UK100GBP: TradingView to Meta Trader 4
GREYFXEMPIRE GREYFXEMPIRE Premium

Study Version

17
1
Multi Poles Zero-Lag Exponential Moving Average
EURUSD: Multi Poles Zero-Lag Exponential Moving Average
alexgrover alexgrover Wizard

Introduction Based on the exponential averaging method with lag reduction, this filter allow for smoother results thanks to a multi-poles approach. Translated and modified from the Non-Linear Kalman Filter from Mladen Rakic 01/07/19 www.mql5.com The Indicator length control the amount of smoothing, the poles can be from 1 to 3, higher values create smoother...

138
8
MA cross strategy
GBPJPY: MA cross strategy
03.freeman 03.freeman

This strategy uses simple moving average cross for entry signals, but it can be customized with 3 cases: 1- exit at take profit and stop loss; 2- exit when distance between close and moving average is above a user defined minimum; 3- use Renko candles to calculate the moving average without changing the graph candles. The third case is the one with better...

174
3
F1 DUCK - TAD SYSTEM
US30: F1 DUCK - TAD SYSTEM
TADSYSTEM TADSYSTEM Premium

TAD System The acronym TAD stands for TURTLE, ATOM and DUCK. With the TAD System, traders know when to BUY or SELL easily without any hassle. The TAD System was founded by Mr Fred Tam, the principal lecturer in F1 Academy of Technical Analysis. A revolution mechanical trading system designed to make trading easy for beginners and non-experienced traders. The TAD...

38
2
F1 TURTLE - TAD SYSTEM
US30: F1 TURTLE - TAD SYSTEM
TADSYSTEM TADSYSTEM Premium

TAD System The acronym TAD stands for TURTLE, ATOM and DUCK. With the TAD System, traders know when to BUY or SELL easily without any hassle. The TAD System was founded by Mr Fred Tam, the principal lecturer in F1 Academy of Technical Analysis. A revolution mechanical trading system designed to make trading easy for beginners and non-experienced traders. The TAD...

73
7
F1 ATOM - TAD SYSTEM
US30: F1 ATOM - TAD SYSTEM
TADSYSTEM TADSYSTEM Premium

TAD System The acronym TAD stands for TURTLE, ATOM and DUCK. With the TAD System, traders know when to BUY or SELL easily without any hassle. The TAD System was founded by Mr Fred Tam, the principal lecturer in F1 Academy of Technical Analysis. A revolution mechanical trading system designed to make trading easy for beginners and non-experienced traders. The TAD...

50
1
MondayOpen Gap strategy
AUDNZD: MondayOpen Gap strategy
03.freeman 03.freeman

This strategy open orders on first bar of the week if there is a gap with Friday close price. First bar could be on Sunday or on Monday, it depends on broker time. Adjust starting hour with broker time. Use arrows to help finding correct broker time. Also you should adjust gap size and exit hour. Do not place on Daily charts. Please use comment section for any...

101
2
EURNZDbot
EURNZD: EURNZDbot
SeaSide420 SeaSide420

This Strategy watches 3 pairs at once. EUR/USD NZD/USD EUR/NZD it trades on EUR/NZD based on HULL_MA movements of all 3. It also uses SAR and DT on the EUR/NZD chart. Taken from the MT4 robot EURNZDbot

79
38

Prodotti
  • Grafico
  • Pine Script™
  • Screener azioni
  • Screener forex
  • Screener cripto
  • Mappa mercato azionario
  • Mappa mercato cripto
  • Calendario economico
  • Calendario utili
  • Spunti
  • Ultime notizie
  • TradingView Desktop
Società
  • Su di noi
  • Caratteristiche
  • Costi
  • Muro social
  • Atleti
  • Manifesto
  • Carriere
  • Blog
  • Sicurezza
  • Pagina di stato
  • Condizioni d'uso
  • Declinazione di responsabilità
  • Normativa sulla privacy
  • Politica sui cookies
Comunità
  • Invita un amico
  • Idee
  • Script
  • Dirette
  • Regolamento
  • Moderatori
  • Maestri di Pine Script™
  • Chat
Per le aziende
  • Widget
  • Pubblicità
  • Soluzioni per broker & siti web
  • Librerie grafiche
  • Libreria grafica leggera
  • Integrazione broker
  • Programma affiliazione
Scarica dall'App Store Scarica dall'App Store Scarica dal Play Store Scarica dal Play Store
Scarica app desktop Scarica app desktop
Dati di mercato forniti da ICE Data Services © 2022 TradingView, Inc.