This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe width="600" height="338" src="https://www.youtube.com/embed/4NPMcDg1HJ0?si=O4XQAfvW0ZQrOLwU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Settle your login 172.xxx.xxx.xxx (SSH/SFTP KEYLESS) | |
## Follow the step from this url : https://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps | |
## create a new folder RAW, INPUT_RAW, OUTPUT_RAW --> (mkdir - p RAW) | |
## Put your file into /home/$USER/INPUT_RAW | |
## This script will cut file from 1rst column into 1 piece to Decrypt | |
## To send into /opt/link/mediation/decrypt/input | |
## How to execute --> thisScrIpt.sh <user> <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Put your file into /home/$USER/INPUT_RAW | |
## Cut file into 1 piece to Decrypt | |
## To send into /opt/link/mediation/decrypt/input | |
## to execute --> ./cmpExtDecrypt.sh | |
log_dttm=`date +"%Y%m%d_%H%M%S"` | |
##--------------- Define the stuff (Change the email ID if necessary) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Put your file into /home/$USER/INPUT_RAW | |
## Cut file into 1 piece to Decrypt | |
## Original file /opt/link/cams/data_export/de_simple_sp_20485_20200724T165102.csv | |
## To send into /opt/link/mediation/decrypt/input | |
## execute it as --> ./cmpJobDecrypt.sh <filename.csv> emailId in Digi server ( WITHOUT DOMAIN .digi.com.my) | |
## Sample execution --> ./cmpJobDecrypt.sh <de_simple_sp_20485_20200724T165102.csv> nusnafif | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo digi123 | sudo -S lsof -i -P -n | grep LISTEN | |
read -p "Enter port : " port | |
/bin/kill -9 $(lsof -t -i:$port) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//========================= | |
_Section_Begin("My Explorer"); | |
HaClose = (O + H + L + C)/4; | |
HaOpen = AMA( Ref( HaClose, -1 ), 0.5 ); | |
HaHigh = Max( H, Max( HaClose, HaOpen ) ); | |
HaLow = Min( L, Min( HaClose, HaOpen ) ); | |
xDiff = (HaHigh - Halow) * 10000; | |
barcolor = IIf(HaClose >= HaOpen,colorGreen,colorRed); | |
PlotOHLC( HaOpen, HaHigh, HaLow, HaClose, "", barcolor, styleCandle ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_SECTION_BEGIN("MACD1"); | |
r1 = Param( "Fast avg", 12, 2, 200, 1 ); | |
r2 = Param( "Slow avg", 26, 2, 200, 1 ); | |
r3 = Param( "Signal avg", 9, 2, 200, 1 ); | |
Plot( ml = MACD(r1, r2), StrFormat(_SECTION_NAME()+"(%g,%g)", r1, r2), ParamColor("MACD color", colorBrightGreen ), ParamStyle("MACD style") ); | |
Plot( sl = Signal(r1,r2,r3), "Signal" + _PARAM_VALUES(), ParamColor("Signal color", colorRed ), ParamStyle("Signal style") ); | |
Plot( ml-sl, "MACD Histogram", ParamColor("Histogram color", colorBlack ), styleNoTitle | ParamStyle("Histogram style", styleHistogram | styleNoLabel, maskHistogram ) ); | |
Buy= Cross(ml , sl); | |
Sell= Cross( sl, ml); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Pit Strategy | |
Author: Mahfudh | |
Email: [email protected] | |
*/ | |
//Inputs | |
Lookback=60; | |
Baseline=50;/* jangan diganti*/ | |
PerCent=95; | |
Pds =14; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetChartOptions(0,chartShowArrows | chartShowDates); | |
HaClose = (O + H + L + C)/4; | |
HaOpen = AMA( Ref( HaClose, -1 ), 0.5 ); | |
HaHigh = Max( H, Max( HaClose, HaOpen ) ); | |
HaLow = Min( L, Min( HaClose, HaOpen ) ); | |
xDiff = (HaHigh - Halow) * 10000; | |
barcolor = IIf(HaClose >= HaOpen,colorGreen,colorRed); | |
PlotOHLC( HaOpen, HaHigh, HaLow, HaClose, "", barcolor, styleCandle ); | |
stochup= StochK()>StochD() ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Afl ini berasal dari diskusi di room Tele @AmiBrokerAA yang script awal dari: | |
// Aulia Rahmat, Arief Budiman, Markezot dan @abdulaziso | |
_SECTION_BEGIN("Double Pixel From @AmiBrokerAA"); | |
_SECTION_BEGIN("Price"); | |
SetChartOptions(0,chartShowArrows|chartShowDates); | |
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) )); | |
Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); | |
_SECTION_END(); |
NewerOlder