Hello,
here is a quick setup for the GodMode + LSMA setup
1) Add godmode to your chart
2) close to on click the "+" icon (close to its name), to add the LSMA
3) Click on "godmode" {} (show source code) and copy/paste this at the BEGINNING :
// Best to use the 1h TF as a compass in the beginning and use the 1m and 10m for more precise
// entry and exituse the 3h, 4h, 12h and Daily to KNOW where you're going
//Weekly doesn't hutrt either
// I use the 1m, 3m, 5m, 10m 15m, 20m, and 30m and 60m quite a bit.especially if I'm scalping.
4) at the END of the script add :
// updates by CallMeEasy
plot(cross(wt1, wt2) ? wt2 : na, color = black , style = circles, linewidth = 3)
plot(cross(wt1, wt2) ? wt2 : na, color = (wt2 - wt1 > 0 ? red : lime) , style = circles, linewidth = 2)
=> these present the circled dots to make the trend changed more easy to spot
5) Then SaveAs and name it "Godmode upated"
=> to find it back and add it : go to any chart then :
Click on the lower part of the screen 'Pine Editor", Open, "Godmode upated", add to chart
or : click on "indicators" at the top; a window pops up on the screen; click "my scripts" and click "Godmode Updated"
PS don't forget the parameters :
LSMA : 32
GodMod : 9,6,3
@ProwdClown :thanks so much
here is a quick setup for the GodMode + LSMA setup
1) Add godmode to your chart
2) close to on click the "+" icon (close to its name), to add the LSMA
3) Click on "godmode" {} (show source code) and copy/paste this at the BEGINNING :
// Best to use the 1h TF as a compass in the beginning and use the 1m and 10m for more precise
// entry and exituse the 3h, 4h, 12h and Daily to KNOW where you're going
//Weekly doesn't hutrt either
// I use the 1m, 3m, 5m, 10m 15m, 20m, and 30m and 60m quite a bit.especially if I'm scalping.
4) at the END of the script add :
// updates by CallMeEasy
plot(cross(wt1, wt2) ? wt2 : na, color = black , style = circles, linewidth = 3)
plot(cross(wt1, wt2) ? wt2 : na, color = (wt2 - wt1 > 0 ? red : lime) , style = circles, linewidth = 2)
=> these present the circled dots to make the trend changed more easy to spot
5) Then SaveAs and name it "Godmode upated"
=> to find it back and add it : go to any chart then :
Click on the lower part of the screen 'Pine Editor", Open, "Godmode upated", add to chart
or : click on "indicators" at the top; a window pops up on the screen; click "my scripts" and click "Godmode Updated"
PS don't forget the parameters :
LSMA : 32
GodMod : 9,6,3
@ProwdClown :thanks so much
Penerbitan berkaitan
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.
Penerbitan berkaitan
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.